POV-Ray : Newsgroups : povray.binaries.images : A bit late, but... : Re: A bit late, but... Server Time
1 Oct 2024 15:20:23 EDT (-0400)
  Re: A bit late, but...  
From: David Fontaine
Date: 4 Aug 2000 18:03:12
Message: <398B3BB0.D9BFA1C4@faricy.net>
Sweet, I like the texturing.I wonder what it would look like with this
pigment I made a while ago:

#declare Hexcolor = array[3] {LightWood,Flesh,Tan}
// You can use any three colors here, mine aren't very good
//    because I just used colors.inc

sphere { 0,1.5
   texture {
      pigment {
         hexagon color Hexcolor[0] color Hexcolor[1] color Hexcolor[2]
         turbulence 4 lambda 4 omega 0.5 octaves 5
      }
   }
   texture {
      pigment {
         hexagon
         pigment { color Hexcolor[0] transmit .5 }
         pigment { color Hexcolor[1] transmit .5 }
         pigment { color Hexcolor[2] transmit .5 }
         turbulence 4 lambda 4 omega 0.5 octaves 5
         scale 1/3
      }
   }
   texture {
      pigment {
         hexagon
         pigment { color Hexcolor[0] transmit .67 }
         pigment { color Hexcolor[1] transmit .67 }
         pigment { color Hexcolor[2] transmit .67 }
         turbulence 4 lambda 4 omega 0.5 octaves 5
         scale 1/9
      }
      finish {
         specular .5 roughness .01
      }
   }
}

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message


Attachments:
Download 'hexpigment.jpg' (14 KB)

Preview of image 'hexpigment.jpg'
hexpigment.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.